Gets or sets the size of a page. To disable progressive loading, set this property to 0.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public int LoadSize { get; set; }
Visual Basic
Public Property LoadSize As Integer
	Get
	Set

See Also